home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap24 / dun24_2.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  304 b   |  13 lines

  1. <IMG SRC="balloon1.gif"
  2.  
  3.      STYLE="position:static;
  4.  
  5.             width:92;
  6.  
  7.             height:164;
  8.  
  9.             filter:blur(direction=135,strength=1)"
  10.  
  11.      ID=balloon1>
  12.  
  13.  
  14.  
  15. <SCRIPT LANGUAGE="VBScript">
  16.  
  17.     for z=1 to 150
  18.  
  19.         balloon1.filters.blur.direction = z
  20.  
  21.     next
  22.  
  23. </SCRIPT>
  24.  
  25.